home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
TheBearsAdventure.swf
/
scripts
/
frame_6
/
PlaceObject2_679_149
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
306 b
|
19 lines
onClipEvent(enterFrame){
if(startquake)
{
count = 10;
startquake = false;
}
if(count > 0)
{
_root._x = random(6) - 3;
_root._y = random(6) - 3;
count--;
if(count == 0)
{
_root._x = 0;
_root._y = 0;
}
}
}